home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / SmartDecimate.xml < prev    next >
Extensible Markup Language  |  2004-08-17  |  5KB  |  72 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="SmartDecimate">
  4.   <description />
  5.   <filters>
  6.     <filter name="SmartDecimate" category="Deinterlacing & Pulldown Removal" helpfile="smartdecimate" type="clip">
  7.       <description />
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.       </colorspaces>
  12.       <parameters>
  13.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  14.           <description />
  15.           <items />
  16.         </parameter>
  17.         <parameter name="numr" type="int" default="24" max="0" min="0" step="0" optional="True" paramList="False">
  18.           <description>The numerator and denominator are for the decimation ratio for the video after it has been separated into fields.</description>
  19.           <items />
  20.         </parameter>
  21.         <parameter name="denm" type="int" default="60" max="0" min="0" step="0" optional="True" paramList="False">
  22.           <description>The numerator and denominator are for the decimation ratio for the video after it has been separated into fields.</description>
  23.           <items />
  24.         </parameter>
  25.         <parameter name="bob" type="variant" default="" max="0" min="0" step="0" optional="True" paramList="False">
  26.           <description>an alternative source of bob deinterlaced frames. The default is "Bob()" which is AviSynths built in dumb bob filter. For better results, use a smart bob such as  DgBob or SmoothDeinterlace.</description>
  27.           <items />
  28.         </parameter>
  29.         <parameter name="weave" type="variant" default="" max="0" min="0" step="0" optional="True" paramList="False">
  30.           <description>an alternate source of weaved frames. The default is "DoubleWeave()".</description>
  31.           <items />
  32.         </parameter>
  33.         <parameter name="tel" type="float" default="0.5" max="1" min="0" step="0" optional="True" paramList="False">
  34.           <description>A number between 0 and 1 which controls how aggressive the filter is when matching fields. 0.50 (the default) will work well with most clips. The higher the value, the more risk there is of leaving combing artifacts in true interlaced material. The lower the value the more risk there is to bobbing (or in the extreme case skipping or duplicating) Telecine frames. </description>
  35.           <items />
  36.         </parameter>
  37.         <parameter name="noise" type="float" default="0.5" max="1" min="0" step="0" optional="True" paramList="False">
  38.           <description>The noise factor. The default value, 0.50, should work in most cases.</description>
  39.           <items />
  40.         </parameter>
  41.         <parameter name="t_max" type="variant" default="" max="0" min="0" step="0" optional="True" paramList="False">
  42.           <description>An alternate method of setting the noise factor. You need to understand how my filter works in order to use it.</description>
  43.           <items />
  44.         </parameter>
  45.         <parameter name="cpu" type="int" default="" max="4" min="0" step="1" optional="True" paramList="False">
  46.           <description>Force the CPU to a particular type. It is normally auto detected. To see if it is detected correctly turn logging on. The first line of the output will display the CPU type. Current valid values for this value are: 0 - Generic, 2 - Integer SSE, 3 - SSE, 4 - SSE2.</description>
  47.           <items />
  48.         </parameter>
  49.         <parameter name="unaligned" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  50.           <description>Allow reading of unaligned data. Normally SmartDecimate may ignore a few pixels at the beginning or end of each row, so that reads are aligned nicely. Setting this value to true will prevent this.</description>
  51.           <items />
  52.         </parameter>
  53.         <parameter name="log_level" type="int" default="2" max="0" min="0" step="0" optional="True" paramList="False">
  54.           <description>The verbosity of the information printed.</description>
  55.           <items />
  56.         </parameter>
  57.         <parameter name="log_file" type="string" default="" max="0" min="0" step="0" optional="True" paramList="False">
  58.           <description>If set, all output will be appended to the filename specified.</description>
  59.           <items />
  60.         </parameter>
  61.         <parameter name="console" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  62.           <description>If set to true, then a console window will pop up and all output will be sent to it.</description>
  63.           <items />
  64.         </parameter>
  65.         <parameter name="debug_print" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  66.           <description>If set, then all output will be printed using the OutputDebugString system call. You can view this output with a utility such as DebugView.</description>
  67.           <items />
  68.         </parameter>
  69.       </parameters>
  70.     </filter>
  71.   </filters>
  72. </plugin>